Welcome![Sign In][Sign Up]
Location:
Search - pso matlab

Search list

[matlabpso

Description: 这是一个粒子群算法(pso)的MATLAB源程序-This is a particle swarm optimization (pso) the MATLAB source code
Platform: | Size: 1024 | Author: Jesse Chen | Hits:

[AI-NN-PR65520786PSOt

Description: 旅行商问题的 pso解决方案-Traveling Salesman Problem PSO solution
Platform: | Size: 759808 | Author: 张艳双 | Hits:

[AI-NN-PRpso_bp

Description: 用pso优化bp初始权值,用于函数逼近。-Bp using PSO to optimize the initial weights for the function approximation.
Platform: | Size: 2048 | Author: 流星云 | Hits:

[matlabMPSO

Description: pos算法,MATLAB的粒子群优化算法程序设计-pos algorithm, MATLAB Particle Swarm Optimization Program Design
Platform: | Size: 2048 | Author: dongye | Hits:

[matlabGA-wiley-matlab

Description: 修改自wiley的书中的各种遗传算法(GA)matlab代码,还包括其他一些算法如粒子群优化,蚁群优化等,均已修改好用!-Modified since the book wiley various genetic algorithms (GA) matlab code, also includes a number of other algorithms such as PSO, ant colony optimization and so on, have been modified handy!
Platform: | Size: 11264 | Author: Gil Chang | Hits:

[OtherSwarm_Intelligent_Systems

Description: 非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions. -Optimization algorithm very good book, detailing the ant colony algorithm and particle swarm optimization and related matlab toolbox, talked about the theory and application are given toolbox download address. Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.
Platform: | Size: 5972992 | Author: dh | Hits:

[Software EngineeringPSOt_User_manual

Description: 粒子群算法(PSO)源代码工具箱。该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好有关参数,即可自行优化。-Particle Swarm Optimization (PSO) source code toolbox. The toolkit will be the core of the PSO algorithm package, and available to users of the adjustable parameters for the algorithm, users only need to define the relevant parameters, can be self-optimizing.
Platform: | Size: 58368 | Author: 李志 | Hits:

[matlabmatlabTSP

Description: 蚁群混合算法源代码 采用MATLAB,必要的说明和注释-Hybrid ant colony algorithm source code using MATLAB, the necessary instructions and notes
Platform: | Size: 2048 | Author: cui mingxing | Hits:

[AI-NN-PRSHIBIE

Description: Matlab手写文字识别源代码 这个Demo展示手写文字识别的各个步骤,包括图像的预处理、裁剪、大小转换、人工神经网络训练和识别等等。-Handwritten character recognition Matlab source code of this Demo display of handwritten character recognition of the various steps, including image preprocessing, cutting, size conversion, artificial neural network training and recognition and so on.
Platform: | Size: 102400 | Author: lcp | Hits:

[OtherPSO_PID

Description: 利用PSO粒子群搜索算法,辨识PID参数:Kp,Ki,Kd.结果表明虽然该方法辨识精度不是很高,但是也有一定可信度.-Use english PSO Particle Swarm algorithm, identification of PID parameters: Kp, Ki, Kd. The results show that although the method is not very high recognition accuracy, but it also has a certain credibility.
Platform: | Size: 3072 | Author: kpg | Hits:

[matlabpso

Description: 关于PSO的PPT讲解,对学习和了解PSO优化算法很有帮助-PSO on the PPT on the study and understanding of optimization algorithm PSO helpful
Platform: | Size: 684032 | Author: liujie | Hits:

[matlabaco-ga-pso-tsp

Description: 一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序-A collection of genetic algorithm, ant colony algorithm, the hybrid particle swarm optimization algorithm to solve TSP problems MATLAB program
Platform: | Size: 4096 | Author: 严周广 | Hits:

[matlabGuoTao

Description: 用MATLAB编写的粒子群基本算法-PSO算法来求无约束函数的极值问题,得出比较好的结果-MATLAB prepared using the basic algorithm PSO-PSO algorithm to seek non-binding function of the extremal problem, arrive at some more good results
Platform: | Size: 1024 | Author: 龚纯 | Hits:

[OtherFPGA

Description: 无线通信的FPGA实现及Matlab程序-FPGA realization of wireless communications and Matlab procedures
Platform: | Size: 198656 | Author: qiyuan | Hits:

[matlabPSOt

Description: PSO工具箱使用简介 方便大家 共同进步-About PSO toolbox to facilitate the use of U.S. common progress
Platform: | Size: 846848 | Author: liuheyong | Hits:

[AI-NN-PRPSO_constrian

Description: PSO算法求解带约束优化问题,包含所有源程序和运算图片。写论文是编的。-PSO algorithm for solving constrained optimization problems, including all source code and the computing picture. Writing papers is made of.
Platform: | Size: 289792 | Author: 高显忠 | Hits:

[AI-NN-PRpsopid2

Description: pso优化bp神经网络的程序,是师兄论文里的程序,希望对大家有用!-PSO bp neural network optimization procedure is the senior thesis in the process, I hope useful for all of us!
Platform: | Size: 2048 | Author: liyan | Hits:

[matlabPSO_solution_to_economic_dispatch

Description: 利用PSO算法解决经济批量分发问题的matlab源代码,求解多目标函数与成本最小值。-Use PSO algorithm to solve economic volume distribution of the matlab source code for solving multi-objective cost function and the minimum value.
Platform: | Size: 38912 | Author: 楚湘华 | Hits:

[matlabbasic_PSO_with_w_c

Description: 带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验-With contraction factor and inertia weight PSO basic particle swarm algorithm source code. Source code modular preparation, structure, clear, easy to improve and to do numerical experiments
Platform: | Size: 3072 | Author: 楚湘华 | Hits:

[matlabpso

Description: Matlab psp code is a good operator
Platform: | Size: 6144 | Author: zhererer | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net